home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3778 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  728 b 

  1. Path: damage.usa1.net!news
  2. From: crb3@usa1.com (crb3@usa1.com)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Capturing a print screen command
  5. Date: Wed, 31 Jan 1996 03:52:40 GMT
  6. Organization: USAinternet, Inc.
  7. Message-ID: <4emos4$782@damage.usa1.net>
  8. References: <31071479.1499778@news>
  9. NNTP-Posting-Host: wmn1-222.usa1.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Quoth kolohe@hula.net (Chris Wolski):
  13.  
  14. >Is it possible to capture the PrtSc key prior to the system dumping
  15. >the screen contents to the screen.  If so how?  In C of course. 8-)
  16.  
  17. >Chris
  18.  
  19. Yes, by capturing the Int05 vector to block the printing. Go ask in an
  20. MSDOS-specific newsgroup how that's done using int86x() or intdosx()
  21. functions (assuming a Borland compiler). 
  22. --cr
  23.  
  24.